projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaacd05
)
(Fmap_charset_chars): In docstring, state clear that
author
Kenichi Handa
<handa@m17n.org>
Tue, 9 Jun 2009 02:53:07 +0000
(
02:53
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 9 Jun 2009 02:53:07 +0000
(
02:53
+0000)
FROM-CODE and TO-CODE are codepoints of CHARSET.
src/charset.c
patch
|
blob
|
history
diff --git
a/src/charset.c
b/src/charset.c
index 59e676f00aee0855ab0b6a6bae5ec198c3c68bf7..6674861f133b2ea73c0105e6b290f73a407da123 100644
(file)
--- a/
src/charset.c
+++ b/
src/charset.c
@@
-830,7
+830,7
@@
RANGE is a cons (FROM . TO), where FROM and TO indicate a range of
characters contained in CHARSET.
The optional 4th and 5th arguments FROM-CODE and TO-CODE specify the
-range of code points of target characters. */)
+range of code points
(in CHARSET)
of target characters. */)
(function, charset, arg, from_code, to_code)
Lisp_Object function, charset, arg, from_code, to_code;
{